Html Css Color HEX #38F2D0 Turquoise

📋 copy color: '#38F2D0'

red 56 ◦ green 242 ◦ blue 208

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

Shades of Turquoise #38F2D0

Tints of Turquoise #38F2D0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 11.07%
G = 47.83%
B = 41.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#38F2D0 (or 0x38F2D0) is known color: Turquoise. HEX triplet: 38, F2 and D0. RGB value is (56,242,208). Sum of RGB (Red+Green+Blue) = 56+242+208=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2D0 is #C70D2F. Grayscale: #B6B6B6. Windows color (decimal): -13045040 or 13693496. OLE color: 13693496.

HSL color Cylindrical-coordinate representation of color #38F2D0: hue angle of 169.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2D0 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 208 -
CMYK 0.77 0 0.14 0.05
HSL 169.03º 0.88% 0.58% -
HSV(B) 169.03º 0.77% 0.95% -
XYZ 44.77 68.9 70.61 -
YUV 182.51 142.38 37.76 -
System Red Green Blue C M Y K H S L
Decimal 56 242 208 0.77 0 0.14 0.05 169.03 0.88 0.58
Hex 38 F2 D0 4D 0 E 5 A9 58 3A
Octal 70 362 320 115 0 16 5 251 130 72
Binary 111000 11110010 11010000 1001101 0 1110 101 10101001 1011000 111010

Color Harmonies of #38F2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2D0

Black with #38F2D0

Text Example


Text Example

White with #38F2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,242,208); }

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

background-color css

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

 a { background-color: rgb(56,242,208); }

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

border-color css

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

 span { border-color: rgb(56,242,208); }

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