Html Css Color HEX #38FCCD Turquoise

📋 copy color: '#38FCCD'

red 56 ◦ green 252 ◦ blue 205

#38FCCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38FCCD

Tints of Turquoise #38FCCD

RGB

 RED value IS 56 (22.27% from 255) = 10.92%

 GREEN value IS 252 (98.83% from 255) = 49.12%

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 10.92%
G = 49.12%
B = 39.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38FCCD (or 0x38FCCD) is known color: Turquoise. HEX triplet: 38, FC and CD. RGB value is (56,252,205). Sum of RGB (Red+Green+Blue) = 56+252+205=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCCD is #C70332. Grayscale: #BCBCBC. Windows color (decimal): -13042483 or 13499448. OLE color: 13499448.

HSL color Cylindrical-coordinate representation of color #38FCCD: hue angle of 165.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCCD is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 252 205 -
CMYK 0.78 0 0.19 0.01
HSL 165.61º 0.97% 0.6% -
HSV(B) 165.61º 0.78% 0.99% -
XYZ 47.46 74.87 69.71 -
YUV 188.04 137.57 33.82 -
System Red Green Blue C M Y K H S L
Decimal 56 252 205 0.78 0 0.19 0.01 165.61 0.97 0.6
Hex 38 FC CD 4E 0 13 1 A6 61 3C
Octal 70 374 315 116 0 23 1 246 141 74
Binary 111000 11111100 11001101 1001110 0 10011 1 10100110 1100001 111100

Color Harmonies of #38FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FCCD

Black with #38FCCD

Text Example


Text Example

White with #38FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FCCD; }

 p { color: rgb(56,252,205); }

 H1.HeaderClassName
 {
   color: #38FCCD;
 }
 .AnyTagClassName
 {
   color: #38FCCD;
 }
</style>

background-color css

<style>
 a { background-color: #38FCCD; }

 a { background-color: rgb(56,252,205); }

 div.DivClassName
 {
   background-color: #38FCCD;
 }
 .BgClassName
 {
   background-color: #38FCCD;
 }
</style>

border-color css

<style>
 span { border-color: #38FCCD; }

 span { border-color: rgb(56,252,205); }

 td.TdClassName
 {
   border-color: #38FCCD;
 }
 .TagClassName
 {
   border-color: #38FCCD;
 }
</style>