Html Css Color HEX #38FDD2 Turquoise

📋 copy color: '#38FDD2'

red 56 ◦ green 253 ◦ blue 210

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

Shades of Turquoise #38FDD2

Tints of Turquoise #38FDD2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 10.79%
G = 48.75%
B = 40.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#38FDD2 (or 0x38FDD2) is known color: Turquoise. HEX triplet: 38, FD and D2. RGB value is (56,253,210). Sum of RGB (Red+Green+Blue) = 56+253+210=519 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.79% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDD2 is #C7022D. Grayscale: #BDBDBD. Windows color (decimal): -13042222 or 13827384. OLE color: 13827384.

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

Color convert

RGB 56 253 210 -
CMYK 0.78 0 0.17 0.01
HSL 166.9º 0.98% 0.61% -
HSV(B) 166.9º 0.78% 0.99% -
XYZ 48.39 75.74 73.04 -
YUV 189.2 139.73 33 -
System Red Green Blue C M Y K H S L
Decimal 56 253 210 0.78 0 0.17 0.01 166.9 0.98 0.61
Hex 38 FD D2 4E 0 11 1 A7 62 3D
Octal 70 375 322 116 0 21 1 247 142 75
Binary 111000 11111101 11010010 1001110 0 10001 1 10100111 1100010 111101

Color Harmonies of #38FDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FDD2

Black with #38FDD2

Text Example


Text Example

White with #38FDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,253,210); }

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

background-color css

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

 a { background-color: rgb(56,253,210); }

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

border-color css

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

 span { border-color: rgb(56,253,210); }

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