Html Css Color HEX #38F0F4 Turquoise

📋 copy color: '#38F0F4'

red 56 ◦ green 240 ◦ blue 244

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

Shades of Turquoise #38F0F4

Tints of Turquoise #38F0F4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 244 (95.7% from 255) = 45.19%

R = 10.37%
G = 44.44%
B = 45.19%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#38F0F4 (or 0x38F0F4) is known color: Turquoise. HEX triplet: 38, F0 and F4. RGB value is (56,240,244). Sum of RGB (Red+Green+Blue) = 56+240+244=540 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.37% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #38F0F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F0F4 is #C70F0B. Grayscale: #B9B9B9. Windows color (decimal): -13045516 or 16052280. OLE color: 16052280.

HSL color Cylindrical-coordinate representation of color #38F0F4: hue angle of 181.28º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0F4 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 240 244 -
CMYK 0.77 0.02 0 0.04
HSL 181.28º 0.9% 0.59% -
HSV(B) 181.28º 0.77% 0.96% -
XYZ 49.12 69.69 96.45 -
YUV 185.44 161.04 35.67 -
System Red Green Blue C M Y K H S L
Decimal 56 240 244 0.77 0.02 0 0.04 181.28 0.9 0.59
Hex 38 F0 F4 4D 2 0 4 B5 5A 3B
Octal 70 360 364 115 2 0 4 265 132 73
Binary 111000 11110000 11110100 1001101 10 0 100 10110101 1011010 111011

Color Harmonies of #38F0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F0F4

Black with #38F0F4

Text Example


Text Example

White with #38F0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,244); }

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

background-color css

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

 a { background-color: rgb(56,240,244); }

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

border-color css

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

 span { border-color: rgb(56,240,244); }

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